﻿2026-08-02T16:14:01.9587207Z ##[group]Run set -euo pipefail
2026-08-02T16:14:01.9587554Z [36;1mset -euo pipefail[0m
2026-08-02T16:14:01.9587794Z [36;1mPIN=0c95435[0m
2026-08-02T16:14:01.9588049Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-02T16:14:01.9588318Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-02T16:14:01.9588676Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-02T16:14:01.9589201Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-02T16:14:01.9589649Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-02T16:14:01.9590027Z [36;1m  rm -rf "$CACHE"[0m
2026-08-02T16:14:01.9590284Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-02T16:14:01.9590584Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-02T16:14:01.9590935Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-02T16:14:01.9591291Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-02T16:14:01.9591562Z [36;1mfi[0m
2026-08-02T16:14:01.9591862Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-02T16:14:01.9604641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T16:14:01.9604956Z env:
2026-08-02T16:14:01.9605157Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-02T16:14:01.9605543Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30755949373-1-g6jfJA
2026-08-02T16:14:01.9606040Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30755949373-1-g6jfJA
2026-08-02T16:14:01.9606530Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30755949373-1-g6jfJA
2026-08-02T16:14:01.9606991Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30755949373-1-g6jfJA
2026-08-02T16:14:01.9607359Z ##[endgroup]
2026-08-02T16:14:02.2498424Z    Compiling proc-macro2 v1.0.106
2026-08-02T16:14:02.2499130Z    Compiling quote v1.0.45
2026-08-02T16:14:02.2499484Z    Compiling unicode-ident v1.0.24
2026-08-02T16:14:02.2499856Z    Compiling libc v0.2.186
2026-08-02T16:14:02.2500171Z    Compiling serde_core v1.0.228
2026-08-02T16:14:02.2500474Z    Compiling cfg-if v1.0.4
2026-08-02T16:14:02.2500804Z    Compiling serde v1.0.228
2026-08-02T16:14:02.2544107Z    Compiling typenum v1.20.1
2026-08-02T16:14:02.2616111Z    Compiling log v0.4.32
2026-08-02T16:14:02.2671272Z    Compiling pin-project-lite v0.2.17
2026-08-02T16:14:02.2672260Z    Compiling portable-atomic v1.13.1
2026-08-02T16:14:02.2672723Z    Compiling memchr v2.8.1
2026-08-02T16:14:02.2673204Z    Compiling version_check v0.9.5
2026-08-02T16:14:02.2759279Z    Compiling critical-section v1.2.0
2026-08-02T16:14:02.2761500Z    Compiling find-msvc-tools v0.1.9
2026-08-02T16:14:02.3114912Z    Compiling shlex v2.0.1
2026-08-02T16:14:02.3363271Z    Compiling subtle v2.6.1
2026-08-02T16:14:02.3757506Z    Compiling bytes v1.11.1
2026-08-02T16:14:02.3921055Z    Compiling futures-core v0.3.32
2026-08-02T16:14:02.5209728Z    Compiling equivalent v1.0.2
2026-08-02T16:14:02.5481147Z    Compiling smallvec v1.15.1
2026-08-02T16:14:02.5902163Z    Compiling itoa v1.0.18
2026-08-02T16:14:02.5970897Z    Compiling semver v1.0.28
2026-08-02T16:14:02.6192176Z    Compiling stable_deref_trait v1.2.1
2026-08-02T16:14:02.6421079Z    Compiling futures-sink v0.3.32
2026-08-02T16:14:02.6611156Z    Compiling futures-io v0.3.32
2026-08-02T16:14:02.6911180Z    Compiling slab v0.4.12
2026-08-02T16:14:02.7121129Z    Compiling generic-array v0.14.7
2026-08-02T16:14:02.7157203Z    Compiling futures-channel v0.3.32
2026-08-02T16:14:02.7249344Z    Compiling futures-task v0.3.32
2026-08-02T16:14:02.8240479Z    Compiling rand_core v0.10.1
2026-08-02T16:14:02.8265300Z    Compiling bitflags v2.12.1
2026-08-02T16:14:02.8541091Z    Compiling rustversion v1.0.22
2026-08-02T16:14:02.8744067Z    Compiling hashbrown v0.17.1
2026-08-02T16:14:02.9268763Z    Compiling getrandom v0.4.2
2026-08-02T16:14:02.9682485Z    Compiling rustc_version v0.4.1
2026-08-02T16:14:02.9761621Z    Compiling cpufeatures v0.2.17
2026-08-02T16:14:02.9831182Z    Compiling fnv v1.0.7
2026-08-02T16:14:03.0345862Z    Compiling cfg_aliases v0.2.1
2026-08-02T16:14:03.0460416Z    Compiling strsim v0.11.1
2026-08-02T16:14:03.0740497Z    Compiling writeable v0.6.3
2026-08-02T16:14:03.0827230Z    Compiling litemap v0.8.2
2026-08-02T16:14:03.1120881Z    Compiling utf8_iter v1.0.4
2026-08-02T16:14:03.1150972Z    Compiling fs_extra v1.3.0
2026-08-02T16:14:03.2610826Z    Compiling icu_properties_data v2.2.0
2026-08-02T16:14:03.2810920Z    Compiling icu_normalizer_data v2.2.0
2026-08-02T16:14:03.3022647Z    Compiling dunce v1.0.5
2026-08-02T16:14:03.3538176Z    Compiling ident_case v1.0.1
2026-08-02T16:14:03.3781683Z    Compiling autocfg v1.5.1
2026-08-02T16:14:03.4353246Z    Compiling percent-encoding v2.3.2
2026-08-02T16:14:03.4780703Z    Compiling http v1.4.1
2026-08-02T16:14:03.4880442Z    Compiling thiserror v2.0.18
2026-08-02T16:14:03.5317978Z    Compiling unicode-segmentation v1.13.3
2026-08-02T16:14:03.6064964Z    Compiling hybrid-array v0.4.12
2026-08-02T16:14:03.6194134Z    Compiling aws-lc-rs v1.17.0
2026-08-02T16:14:03.6416339Z    Compiling cpufeatures v0.3.0
2026-08-02T16:14:03.6595875Z    Compiling syn v2.0.117
2026-08-02T16:14:03.7021942Z    Compiling scopeguard v1.2.0
2026-08-02T16:14:03.7551203Z    Compiling form_urlencoded v1.2.2
2026-08-02T16:14:03.7679936Z    Compiling lock_api v0.4.14
2026-08-02T16:14:03.7680835Z    Compiling untrusted v0.9.0
2026-08-02T16:14:03.8679647Z    Compiling indexmap v2.14.0
2026-08-02T16:14:03.8682280Z    Compiling heck v0.5.0
2026-08-02T16:14:03.8976819Z    Compiling rustls v0.23.40
2026-08-02T16:14:03.9101284Z    Compiling anyhow v1.0.102
2026-08-02T16:14:03.9470711Z    Compiling unicode-xid v0.2.6
2026-08-02T16:14:03.9870734Z    Compiling atomic-waker v1.1.2
2026-08-02T16:14:04.0350416Z    Compiling convert_case v0.10.0
2026-08-02T16:14:04.0450272Z    Compiling const-oid v0.10.2
2026-08-02T16:14:04.0980675Z    Compiling httparse v1.10.1
2026-08-02T16:14:04.1050853Z    Compiling zerocopy v0.8.50
2026-08-02T16:14:04.1120371Z    Compiling fastrand v2.4.1
2026-08-02T16:14:04.1190472Z    Compiling paste v1.0.15
2026-08-02T16:14:04.1964934Z    Compiling jobserver v0.1.34
2026-08-02T16:14:04.2571009Z    Compiling parking_lot_core v0.9.12
2026-08-02T16:14:04.3030431Z    Compiling crypto-common v0.1.7
2026-08-02T16:14:04.3216539Z    Compiling block-buffer v0.10.4
2026-08-02T16:14:04.3633529Z    Compiling num-traits v0.2.19
2026-08-02T16:14:04.3829191Z    Compiling block-buffer v0.12.0
2026-08-02T16:14:04.4274213Z    Compiling crypto-common v0.2.2
2026-08-02T16:14:04.4395230Z    Compiling inout v0.2.2
2026-08-02T16:14:04.4912513Z    Compiling digest v0.10.7
2026-08-02T16:14:04.5034495Z    Compiling curve25519-dalek v4.1.3
2026-08-02T16:14:04.5061357Z    Compiling ahash v0.8.12
2026-08-02T16:14:04.5174884Z    Compiling base64ct v1.8.3
2026-08-02T16:14:04.5400415Z    Compiling cc v1.2.63
2026-08-02T16:14:04.5485704Z    Compiling powerfmt v0.2.0
2026-08-02T16:14:04.5740384Z    Compiling either v1.16.0
2026-08-02T16:14:04.5810433Z    Compiling http-body v1.0.1
2026-08-02T16:14:04.7521402Z    Compiling deranged v0.5.8
2026-08-02T16:14:04.7941030Z    Compiling pem-rfc7468 v1.0.0
2026-08-02T16:14:04.8172613Z    Compiling time-core v0.1.8
2026-08-02T16:14:04.8258838Z    Compiling base64 v0.22.1
2026-08-02T16:14:04.8440685Z    Compiling mio v1.2.1
2026-08-02T16:14:04.9121395Z    Compiling socket2 v0.6.4
2026-08-02T16:14:04.9530497Z    Compiling getrandom v0.2.17
2026-08-02T16:14:05.1461720Z    Compiling uuid v1.23.2
2026-08-02T16:14:05.1655757Z    Compiling rand_core v0.6.4
2026-08-02T16:14:05.2043854Z    Compiling tower-service v0.3.3
2026-08-02T16:14:05.2779726Z    Compiling zmij v1.0.21
2026-08-02T16:14:05.2897248Z    Compiling try-lock v0.2.5
2026-08-02T16:14:05.3160287Z    Compiling data-encoding v2.11.0
2026-08-02T16:14:05.3401084Z    Compiling vcpkg v0.2.15
2026-08-02T16:14:05.3860612Z    Compiling tinyvec_macros v0.1.1
2026-08-02T16:14:05.3893391Z    Compiling num-conv v0.2.2
2026-08-02T16:14:05.3952591Z    Compiling pkg-config v0.3.33
2026-08-02T16:14:05.4550645Z    Compiling cipher v0.5.2
2026-08-02T16:14:05.5510692Z    Compiling tinyvec v1.11.0
2026-08-02T16:14:05.5943184Z    Compiling want v0.3.1
2026-08-02T16:14:05.6169302Z    Compiling parking_lot v0.12.5
2026-08-02T16:14:05.6440788Z    Compiling sha2 v0.10.9
2026-08-02T16:14:05.6441441Z    Compiling inout v0.1.4
2026-08-02T16:14:05.7650804Z    Compiling chacha20 v0.10.0
2026-08-02T16:14:05.7819862Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-02T16:14:05.8043485Z    Compiling vergen-lib v9.1.0
2026-08-02T16:14:05.9790750Z    Compiling cmake v0.1.58
2026-08-02T16:14:05.9860623Z    Compiling n0-future v0.3.2
2026-08-02T16:14:06.0489759Z    Compiling crossbeam-utils v0.8.21
2026-08-02T16:14:06.1507238Z    Compiling rand v0.10.1
2026-08-02T16:14:06.1870805Z    Compiling parking v2.2.1
2026-08-02T16:14:06.1970590Z    Compiling signature v2.2.0
2026-08-02T16:14:06.2026110Z    Compiling diatomic-waker v0.2.3
2026-08-02T16:14:06.2120512Z    Compiling spin v0.10.0
2026-08-02T16:14:06.3076402Z    Compiling serde_json v1.0.150
2026-08-02T16:14:06.3240153Z    Compiling winnow v1.0.3
2026-08-02T16:14:06.3411312Z    Compiling httpdate v1.0.3
2026-08-02T16:14:06.3490971Z    Compiling cordyceps v0.3.4
2026-08-02T16:14:06.3561119Z    Compiling ed25519 v2.2.3
2026-08-02T16:14:06.3690689Z    Compiling futures-lite v2.6.1
2026-08-02T16:14:06.3941599Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-02T16:14:06.4166380Z    Compiling cipher v0.4.4
2026-08-02T16:14:06.5240584Z    Compiling digest v0.11.3
2026-08-02T16:14:06.6160850Z    Compiling netlink-packet-core v0.8.1
2026-08-02T16:14:06.6610761Z    Compiling futures-buffered v0.2.13
2026-08-02T16:14:06.6650508Z    Compiling universal-hash v0.5.1
2026-08-02T16:14:06.6780471Z    Compiling vergen-lib v0.1.6
2026-08-02T16:14:06.7058777Z    Compiling vergen v9.1.0
2026-08-02T16:14:06.7205085Z    Compiling heapless v0.7.17
2026-08-02T16:14:06.7469141Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-02T16:14:06.7640613Z    Compiling noq-udp v0.10.0
2026-08-02T16:14:06.8010926Z    Compiling sync_wrapper v1.0.2
2026-08-02T16:14:06.8419489Z    Compiling opaque-debug v0.3.1
2026-08-02T16:14:06.8581035Z    Compiling byteorder v1.5.0
2026-08-02T16:14:06.8951453Z    Compiling allocator-api2 v0.2.21
2026-08-02T16:14:06.9070720Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-02T16:14:06.9221087Z    Compiling polyval v0.6.2
2026-08-02T16:14:06.9569360Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-02T16:14:06.9906262Z    Compiling aws-lc-sys v0.41.0
2026-08-02T16:14:07.0020742Z    Compiling ring v0.17.14
2026-08-02T16:14:07.0060162Z    Compiling libsqlite3-sys v0.30.1
2026-08-02T16:14:07.0553116Z    Compiling hash32 v0.2.1
2026-08-02T16:14:07.2180524Z    Compiling spin v0.9.8
2026-08-02T16:14:07.2220985Z    Compiling vergen-gitcl v1.0.8
2026-08-02T16:14:07.2290472Z    Compiling ryu v1.0.23
2026-08-02T16:14:07.2480658Z    Compiling signature v3.0.0
2026-08-02T16:14:07.2597653Z    Compiling num_threads v0.1.7
2026-08-02T16:14:07.2916145Z    Compiling fallible-iterator v0.3.0
2026-08-02T16:14:07.3839107Z    Compiling tower-layer v0.3.3
2026-08-02T16:14:07.4148027Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-02T16:14:07.4216286Z    Compiling time v0.3.47
2026-08-02T16:14:07.4541083Z    Compiling ghash v0.5.1
2026-08-02T16:14:07.4670871Z    Compiling sha2 v0.11.0-rc.5
2026-08-02T16:14:07.4740542Z    Compiling aes v0.8.4
2026-08-02T16:14:07.5600577Z    Compiling ctr v0.9.2
2026-08-02T16:14:07.5740206Z    Compiling fs2 v0.4.3
2026-08-02T16:14:07.7030553Z    Compiling http-body-util v0.1.3
2026-08-02T16:14:07.7234686Z    Compiling aead v0.5.2
2026-08-02T16:14:07.7530717Z    Compiling arrayvec v0.7.6
2026-08-02T16:14:07.8390886Z    Compiling rustix v1.1.4
2026-08-02T16:14:07.9630419Z    Compiling openssl-probe v0.2.1
2026-08-02T16:14:08.0391404Z    Compiling utf8parse v0.2.2
2026-08-02T16:14:08.0960970Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-02T16:14:08.1184033Z    Compiling aes-gcm v0.10.3
2026-08-02T16:14:08.1571086Z    Compiling crossbeam-channel v0.5.15
2026-08-02T16:14:08.2110853Z    Compiling crossbeam-epoch v0.9.18
2026-08-02T16:14:08.2277540Z    Compiling blake3 v1.8.5
2026-08-02T16:14:08.2871403Z    Compiling netlink-packet-route v0.29.0
2026-08-02T16:14:08.2975422Z    Compiling memoffset v0.6.5
2026-08-02T16:14:08.3351992Z    Compiling acto v0.8.2
2026-08-02T16:14:08.3866351Z    Compiling noq v0.18.0
2026-08-02T16:14:08.4740080Z    Compiling netwatch v0.16.0
2026-08-02T16:14:08.5554580Z    Compiling mac-addr v0.3.0
2026-08-02T16:14:08.5582051Z    Compiling xml-rs v0.8.28
2026-08-02T16:14:08.6440641Z    Compiling foldhash v0.2.0
2026-08-02T16:14:08.7520740Z    Compiling ref-cast v1.0.25
2026-08-02T16:14:08.7770835Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-02T16:14:08.7911474Z    Compiling rustc-hash v2.1.2
2026-08-02T16:14:08.8018144Z    Compiling thiserror v1.0.69
2026-08-02T16:14:08.8980636Z    Compiling synstructure v0.13.2
2026-08-02T16:14:08.9439450Z    Compiling darling_core v0.20.11
2026-08-02T16:14:09.0360763Z    Compiling lru-slab v0.1.2
2026-08-02T16:14:09.1060594Z    Compiling tagptr v0.2.0
2026-08-02T16:14:09.1233360Z    Compiling identity-hash v0.1.0
2026-08-02T16:14:09.1509108Z    Compiling sorted-index-buffer v0.2.1
2026-08-02T16:14:09.2190459Z    Compiling linux-raw-sys v0.12.1
2026-08-02T16:14:09.2726827Z    Compiling serde_derive_internals v0.29.1
2026-08-02T16:14:09.2891058Z    Compiling hashbrown v0.16.1
2026-08-02T16:14:09.4490528Z    Compiling xmltree v0.10.3
2026-08-02T16:14:09.6831156Z    Compiling netlink-packet-route v0.30.0
2026-08-02T16:14:09.7110183Z    Compiling proc-macro-crate v3.5.0
2026-08-02T16:14:10.0453798Z    Compiling serial-core v0.4.0
2026-08-02T16:14:10.1174303Z    Compiling ioctl-rs v0.1.6
2026-08-02T16:14:10.1610640Z    Compiling termios v0.2.2
2026-08-02T16:14:10.2162749Z    Compiling errno v0.3.14
2026-08-02T16:14:10.2590347Z    Compiling simple-dns v0.9.3
2026-08-02T16:14:10.3070770Z    Compiling aho-corasick v1.1.4
2026-08-02T16:14:10.3115387Z    Compiling simdutf8 v0.1.5
2026-08-02T16:14:10.3231710Z    Compiling resolv-conf v0.7.6
2026-08-02T16:14:10.3312141Z    Compiling arrayref v0.3.9
2026-08-02T16:14:10.3821728Z    Compiling smol_str v0.1.24
2026-08-02T16:14:10.3939353Z    Compiling winnow v0.7.15
2026-08-02T16:14:10.4252011Z    Compiling toml_write v0.1.2
2026-08-02T16:14:10.5900592Z    Compiling signal-hook v0.3.18
2026-08-02T16:14:10.6450707Z    Compiling constant_time_eq v0.4.2
2026-08-02T16:14:10.6528605Z    Compiling regex-syntax v0.8.10
2026-08-02T16:14:10.6801355Z    Compiling sha1_smol v1.0.1
2026-08-02T16:14:10.8020863Z    Compiling signal-hook-registry v1.4.8
2026-08-02T16:14:10.8710788Z    Compiling serial-unix v0.4.0
2026-08-02T16:14:10.9170591Z    Compiling lru v0.16.4
2026-08-02T16:14:11.0244156Z    Compiling serde_derive v1.0.228
2026-08-02T16:14:11.0638661Z    Compiling zeroize_derive v1.4.3
2026-08-02T16:14:11.0890810Z    Compiling tokio-macros v2.7.0
2026-08-02T16:14:11.1700871Z    Compiling futures-macro v0.3.32
2026-08-02T16:14:11.5340791Z    Compiling zerofrom-derive v0.1.7
2026-08-02T16:14:11.6333249Z    Compiling zeroize v1.8.2
2026-08-02T16:14:11.8367978Z    Compiling yoke-derive v0.8.2
2026-08-02T16:14:11.8541415Z    Compiling tokio v1.52.3
2026-08-02T16:14:12.1320745Z    Compiling futures-util v0.3.32
2026-08-02T16:14:12.2210418Z    Compiling zerovec-derive v0.11.3
2026-08-02T16:14:12.4650926Z    Compiling displaydoc v0.2.6
2026-08-02T16:14:13.0290179Z    Compiling tracing-attributes v0.1.31
2026-08-02T16:14:13.0541012Z    Compiling rustls-pki-types v1.14.1
2026-08-02T16:14:13.0714333Z    Compiling zerofrom v0.1.8
2026-08-02T16:14:13.1850887Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-02T16:14:13.2179899Z    Compiling thiserror-impl v2.0.18
2026-08-02T16:14:13.2960734Z    Compiling yoke v0.8.3
2026-08-02T16:14:13.4918751Z    Compiling zerotrie v0.2.4
2026-08-02T16:14:13.8000588Z    Compiling darling_macro v0.20.11
2026-08-02T16:14:13.8312251Z    Compiling zerovec v0.11.6
2026-08-02T16:14:13.8640720Z    Compiling derive_more-impl v2.1.1
2026-08-02T16:14:13.9170404Z    Compiling n0-error-macros v0.1.3
2026-08-02T16:14:14.1652509Z    Compiling darling v0.20.11
2026-08-02T16:14:14.1938121Z    Compiling spez v0.1.2
2026-08-02T16:14:14.2570626Z    Compiling derive_builder_core v0.20.2
2026-08-02T16:14:14.8336303Z    Compiling tinystr v0.8.3
2026-08-02T16:14:14.8775559Z    Compiling potential_utf v0.1.5
2026-08-02T16:14:14.9850261Z    Compiling der v0.8.0-rc.10
2026-08-02T16:14:15.0380498Z    Compiling icu_locale_core v2.2.0
2026-08-02T16:14:15.0835954Z    Compiling icu_collections v2.2.0
2026-08-02T16:14:15.0838456Z    Compiling n0-error v0.1.3
2026-08-02T16:14:15.2129921Z    Compiling pin-project-internal v1.1.13
2026-08-02T16:14:15.4698716Z    Compiling cobs v0.3.0
2026-08-02T16:14:15.6761054Z    Compiling derive_builder_macro v0.20.2
2026-08-02T16:14:15.7183411Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-02T16:14:15.8020287Z    Compiling postcard-derive v0.2.2
2026-08-02T16:14:15.9890532Z    Compiling derive_builder v0.20.2
2026-08-02T16:14:16.2421743Z    Compiling icu_provider v2.2.0
2026-08-02T16:14:16.2640812Z    Compiling ipnet v2.12.0
2026-08-02T16:14:16.3890727Z    Compiling futures-executor v0.3.32
2026-08-02T16:14:16.5562976Z    Compiling icu_normalizer v2.2.0
2026-08-02T16:14:16.5654435Z    Compiling icu_properties v2.2.0
2026-08-02T16:14:16.6130652Z    Compiling pin-project v1.1.13
2026-08-02T16:14:16.6675235Z    Compiling spki v0.8.0-rc.4
2026-08-02T16:14:16.6810603Z    Compiling prefix-trie v0.8.4
2026-08-02T16:14:16.7420761Z    Compiling ed25519-dalek v2.2.0
2026-08-02T16:14:16.7610400Z    Compiling futures v0.3.32
2026-08-02T16:14:16.8618773Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-02T16:14:17.0217169Z    Compiling once_cell v1.21.4
2026-08-02T16:14:17.0350796Z    Compiling ed25519 v3.0.0-rc.4
2026-08-02T16:14:17.0646751Z    Compiling spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-02T16:14:17.1250608Z    Compiling data-encoding-macro v0.1.20
2026-08-02T16:14:17.2158316Z    Compiling tracing-core v0.1.36
2026-08-02T16:14:17.4457961Z    Compiling hashbrown v0.14.5
2026-08-02T16:14:17.4830932Z    Compiling rustls-native-certs v0.8.4
2026-08-02T16:14:17.4992139Z    Compiling num_enum_derive v0.7.6
2026-08-02T16:14:17.5420550Z    Compiling strum_macros v0.28.0
2026-08-02T16:14:17.7330215Z    Compiling postcard v1.1.3
2026-08-02T16:14:17.9540971Z    Compiling tracing v0.1.44
2026-08-02T16:14:18.1452786Z    Compiling tokio-util v0.7.18
2026-08-02T16:14:18.1962544Z    Compiling idna_adapter v1.2.2
2026-08-02T16:14:18.2028028Z    Compiling hashlink v0.9.1
2026-08-02T16:14:18.2942851Z    Compiling idna v1.1.0
2026-08-02T16:14:18.3176752Z    Compiling netlink-sys v0.8.8
2026-08-02T16:14:18.3538692Z    Compiling derive_more v2.1.1
2026-08-02T16:14:18.4310808Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-02T16:14:18.5900773Z    Compiling tower v0.5.3
2026-08-02T16:14:18.6210771Z    Compiling rusqlite v0.32.1
2026-08-02T16:14:18.6280718Z    Compiling enum-assoc v1.3.0
2026-08-02T16:14:18.6734183Z    Compiling async-trait v0.1.89
2026-08-02T16:14:18.7135950Z    Compiling url v2.5.8
2026-08-02T16:14:18.7207460Z    Compiling iroh-metrics-derive v0.4.1
2026-08-02T16:14:18.8213572Z    Compiling num_enum v0.7.6
2026-08-02T16:14:18.9130671Z    Compiling netdev v0.42.0
2026-08-02T16:14:18.9570444Z    Compiling netlink-proto v0.12.0
2026-08-02T16:14:19.0000586Z    Compiling iroh-relay v0.98.0
2026-08-02T16:14:19.0720611Z    Compiling moka v0.12.15
2026-08-02T16:14:19.2130796Z    Compiling h2 v0.4.14
2026-08-02T16:14:19.2905311Z    Compiling iroh-metrics v0.38.3
2026-08-02T16:14:19.3556618Z    Compiling tokio-stream v0.1.18
2026-08-02T16:14:19.4110938Z    Compiling n0-watcher v0.6.1
2026-08-02T16:14:19.4561511Z    Compiling serde_spanned v0.6.9
2026-08-02T16:14:19.6000725Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-02T16:14:19.6100686Z    Compiling iroh-base v0.98.0
2026-08-02T16:14:19.7100875Z    Compiling tower-http v0.6.11
2026-08-02T16:14:19.8302485Z    Compiling attohttpc v0.30.1
2026-08-02T16:14:20.0950950Z    Compiling toml_datetime v0.6.11
2026-08-02T16:14:20.2554089Z    Compiling ref-cast-impl v1.0.25
2026-08-02T16:14:20.3030347Z    Compiling thiserror-impl v1.0.69
2026-08-02T16:14:20.3290616Z    Compiling toml_edit v0.22.27
2026-08-02T16:14:20.4646167Z    Compiling strum v0.28.0
2026-08-02T16:14:20.5180373Z    Compiling webpki-roots v1.0.7
2026-08-02T16:14:20.5721056Z    Compiling iroh-dns v0.98.0
2026-08-02T16:14:20.6150942Z    Compiling regex-automata v0.4.14
2026-08-02T16:14:20.6341513Z    Compiling schemars_derive v1.2.1
2026-08-02T16:14:20.7070577Z    Compiling darling_core v0.23.0
2026-08-02T16:14:20.7640509Z    Compiling serde_bytes v0.11.19
2026-08-02T16:14:20.9030959Z    Compiling seize v0.5.1
2026-08-02T16:14:21.0991749Z    Compiling hmac v0.12.1
2026-08-02T16:14:21.1490914Z    Compiling iroh v0.98.2
2026-08-02T16:14:21.2275039Z    Compiling cmov v0.5.4
2026-08-02T16:14:21.2362409Z    Compiling pin-utils v0.1.0
2026-08-02T16:14:21.2951101Z    Compiling dyn-clone v1.0.20
2026-08-02T16:14:21.4091976Z    Compiling bitflags v1.3.2
2026-08-02T16:14:21.4280943Z    Compiling rustix v0.38.44
2026-08-02T16:14:21.4646557Z    Compiling nix v0.25.1
2026-08-02T16:14:21.4818197Z    Compiling ctutils v0.4.2
2026-08-02T16:14:21.4990739Z    Compiling hkdf v0.12.4
2026-08-02T16:14:21.6250413Z    Compiling papaya v0.2.4
2026-08-02T16:14:21.7920556Z    Compiling backon v1.6.0
2026-08-02T16:14:21.8750667Z    Compiling serial v0.4.0
2026-08-02T16:14:21.9592535Z    Compiling anstyle-parse v1.0.0
2026-08-02T16:14:22.0999577Z    Compiling filedescriptor v0.8.3
2026-08-02T16:14:22.1093903Z    Compiling vte_generate_state_changes v0.1.2
2026-08-02T16:14:22.1190695Z    Compiling anstyle-query v1.1.5
2026-08-02T16:14:22.1336962Z    Compiling colorchoice v1.0.5
2026-08-02T16:14:22.2090910Z    Compiling instability v0.3.12
2026-08-02T16:14:22.2160542Z    Compiling linux-raw-sys v0.4.15
2026-08-02T16:14:22.2230190Z    Compiling unicode-width v0.2.0
2026-08-02T16:14:22.3708641Z    Compiling downcast-rs v1.2.1
2026-08-02T16:14:22.3861003Z    Compiling is_terminal_polyfill v1.70.2
2026-08-02T16:14:22.3891177Z    Compiling shell-words v1.1.1
2026-08-02T16:14:22.4266732Z    Compiling anstyle v1.0.14
2026-08-02T16:14:22.4360730Z    Compiling foldhash v0.1.5
2026-08-02T16:14:22.4700714Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-08-02T16:14:22.5351802Z    Compiling vte v0.13.1
2026-08-02T16:14:22.5654398Z    Compiling hashbrown v0.15.5
2026-08-02T16:14:22.7072915Z    Compiling anstream v1.0.0
2026-08-02T16:14:22.7422217Z    Compiling signal-hook-mio v0.2.5
2026-08-02T16:14:22.7720995Z    Compiling schemars v1.2.1
2026-08-02T16:14:22.8871109Z    Compiling spake2 v0.4.0
2026-08-02T16:14:23.1320608Z    Compiling terminal_size v0.4.4
2026-08-02T16:14:23.2712277Z    Compiling toml v0.8.23
2026-08-02T16:14:23.2760507Z    Compiling strum_macros v0.26.4
2026-08-02T16:14:23.4170295Z    Compiling regex v1.12.3
2026-08-02T16:14:23.6670908Z    Compiling itertools v0.13.0
2026-08-02T16:14:23.9280743Z    Compiling sha1 v0.10.6
2026-08-02T16:14:24.0868241Z    Compiling castaway v0.2.4
2026-08-02T16:14:24.1750302Z    Compiling unicode-width v0.1.14
2026-08-02T16:14:24.2160565Z    Compiling static_assertions v1.1.0
2026-08-02T16:14:24.2888177Z    Compiling doctest-file v1.1.1
2026-08-02T16:14:24.4250987Z    Compiling darling_macro v0.23.0
2026-08-02T16:14:24.4465584Z    Compiling clap_lex v1.1.0
2026-08-02T16:14:24.4641583Z    Compiling indoc v2.0.7
2026-08-02T16:14:24.7630784Z    Compiling clap_builder v4.6.0
2026-08-02T16:14:24.8010929Z    Compiling interprocess v2.4.2
2026-08-02T16:14:24.8398095Z    Compiling darling v0.23.0
2026-08-02T16:14:24.9081035Z    Compiling compact_str v0.8.2
2026-08-02T16:14:25.4102898Z    Compiling hyper v1.10.1
2026-08-02T16:14:25.5829743Z    Compiling crossterm v0.28.1
2026-08-02T16:14:25.6601314Z    Compiling portable-pty v0.8.1
2026-08-02T16:14:25.6967298Z    Compiling strum v0.26.3
2026-08-02T16:14:25.7040599Z    Compiling unicode-truncate v1.1.0
2026-08-02T16:14:25.7425304Z    Compiling lru v0.12.5
2026-08-02T16:14:25.8158553Z    Compiling clap_derive v4.6.1
2026-08-02T16:14:25.8279296Z    Compiling cassowary v0.3.0
2026-08-02T16:14:25.8649258Z    Compiling iana-time-zone v0.1.65
2026-08-02T16:14:25.9070694Z    Compiling nucleo-matcher v0.3.1
2026-08-02T16:14:25.9297659Z    Compiling qrcode v0.14.1
2026-08-02T16:14:26.2180837Z    Compiling chrono v0.4.45
2026-08-02T16:14:26.3770717Z    Compiling tempfile v3.27.0
2026-08-02T16:14:26.6789633Z    Compiling ratatui v0.29.0
2026-08-02T16:14:26.7671379Z    Compiling spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-02T16:14:26.7833344Z    Compiling spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-02T16:14:27.1971206Z    Compiling spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-02T16:14:27.2204591Z    Compiling spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-02T16:14:27.4060628Z    Compiling hyper-util v0.1.20
2026-08-02T16:14:28.1630549Z    Compiling clap v4.6.1
2026-08-02T16:14:29.1897935Z    Compiling igd-next v0.17.1
2026-08-02T16:14:30.3952132Z    Compiling portmapper v0.16.0
2026-08-02T16:14:30.5125987Z    Compiling spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-02T16:14:35.7807903Z    Compiling rustls-webpki v0.103.13
2026-08-02T16:14:38.1665436Z    Compiling tokio-rustls v0.26.4
2026-08-02T16:14:38.1665949Z    Compiling rustls-platform-verifier v0.7.0
2026-08-02T16:14:38.1667828Z    Compiling noq-proto v0.17.0
2026-08-02T16:14:38.3093966Z    Compiling hickory-net v0.26.0-beta.4
2026-08-02T16:14:38.3094631Z    Compiling hyper-rustls v0.27.9
2026-08-02T16:14:38.3095028Z    Compiling tokio-websockets v0.13.2
2026-08-02T16:14:38.4470356Z    Compiling reqwest v0.13.4
2026-08-02T16:14:39.4370672Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-02T16:14:53.5059559Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-02T16:14:55.2763465Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-02T16:15:06.1356319Z    Compiling spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-02T16:15:12.1916858Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 10s
2026-08-02T16:15:12.2139474Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-8a6482a8367dd416)
2026-08-02T16:15:12.2153305Z 
2026-08-02T16:15:12.2153486Z running 1 test
2026-08-02T16:15:18.3055211Z test new_brain_serves_against_old_broker ... ok
2026-08-02T16:15:18.3055530Z 
2026-08-02T16:15:18.3055803Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-08-02T16:15:18.3056200Z 
